home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetTransition(47, 1, 8)
- put EMPTY into field "brakeoption"
- if the hilite of cast "b_BRK4" = 1 then
- put "BRK4:Total Lock; " after field "brakeoption"
- end if
- if the hilite of cast "b_BRK1b" = 1 then
- put "BRK1:Tread Lock; " after field "brakeoption"
- end if
- if the hilite of cast "b_BRK2" = 1 then
- put "BRK2:Tech Lock; " after field "brakeoption"
- end if
- if the hilite of cast "b_BRK3" = 1 then
- put "BRK3:Side Lock; " after field "brakeoption"
- end if
- if field "tblcaste,OTHER_OP" contains "SEAL" then
- if field "tblwheel,TG_OP" contains "TG1" then
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "4boptionj"
- abort()
- else
- play frame "4boptioni"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "4boptionk"
- abort()
- else
- play frame "4boptionl"
- abort()
- end if
- end if
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "4boptionn"
- abort()
- else
- play frame "4boptionm"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "4boptiono"
- abort()
- else
- play frame "4boptionp"
- abort()
- end if
- end if
- play frame "4boptionp"
- end
-